1
1
.
.
2
2
.
.
2
2
U
U
l
l
t
t
i
i
m
m
a
a
t
t
e
e
E
E
d
d
i
i
t
t
i
i
o
o
n
n
(
(
p
p
a
a
i
i
d
d
)
)
I
I
n
n
f
f
o
o
This tutorial shows how to Create Spring Boot Project using IntelliJ paid Ultimate Edition (free 30 day trial).
In the background IntelliJ uses https://start.spring.io/ Web Application.
That Web Application is also used in Create Spring Project - Using start.spring.io.
C
C
r
r
e
e
a
a
t
t
e
e
S
S
p
p
r
r
i
i
n
n
g
g
B
B
o
o
o
o
t
t
P
P
r
r
o
o
j
j
e
e
c
c
t
t
Start IntelliJ
File - New - Project
Spring Initializr - Next
Project Settings
– Group: com.ivoronline.springboot
– Artifact: demo (Project Name)
– Type: Maven
– Language: Java
– Packaging: Jar
– Java Version: 11
– Next
Dependencies
– Web: Spring Web
– SQL: Spring Data JPA
– SQL: H2 Database
– Next
Project name: demo
Project location: C:\Projects\demo
Finish
(wait for it to resolve Maven dependencies - download JARs with Java Classes)
File - New - Project - Spring Initializr Project Settings
Dependencies Project name